PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioSortInformation Class / setIsAscending Method
True if the items are sorted in ascending order.
In This Topic
    setIsAscending Method
    In This Topic
    Sets an array of values indicating the sort order for portfolio items.
    Syntax
    public void setIsAscending( 
       boolean[] value
    )

    Parameters

    value
    True if the items are sorted in ascending order.
    See Also